home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk81 / arpcls / readme < prev    next >
Text File  |  1995-03-19  |  581b  |  18 lines

  1.  
  2. *    CLS.asm    13-Jan-88  by David Czaya    PLink -Dave-
  3. *
  4. *    The arp.library (vers. 31 or higher) MUST be
  5. *    present for this program to function!
  6.  
  7.  
  8. This is a 164 byte CLEAR SCREEN ($0C) program for use by those who have
  9. the arp.library (vers. 31.00 or higher) available. If you do not have the
  10. library, the program will simply exit.
  11.  
  12. CLS calls upon the Printf() function in the library to send a FF ($0C)
  13. character to the current output stream. Heavy stuff!  ;-)
  14.  
  15. Anyways, I think a CLS command is practically a necessity and I'm surprised
  16. that C= didn't bother with one!
  17.  
  18.